Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(submitter): handle no change output #79

Merged
merged 6 commits into from
Oct 15, 2024
Merged

Conversation

Lazar955
Copy link
Member

Handles a case where there are no change outputs

@@ -18,9 +18,8 @@ type CheckpointInfo struct {

// BtcTxInfo stores information of a BTC tx as part of a checkpoint
type BtcTxInfo struct {
TxId *chainhash.Hash
Tx *wire.MsgTx
ChangeAddress btcutil.Address
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're not using ChangeAddress, removed it

submitter/relayer/relayer.go Outdated Show resolved Hide resolved
submitter/relayer/relayer.go Outdated Show resolved Hide resolved
submitter/relayer/relayer.go Outdated Show resolved Hide resolved
@Lazar955 Lazar955 merged commit 8284925 into main Oct 15, 2024
12 checks passed
@Lazar955 Lazar955 deleted the lazar/fix-build-tx branch October 15, 2024 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants